Purpose: This activity is intended to illustrate properties of the sampling distribution of sample proportions pˆ.

Size: px
Start display at page:

Download "Purpose: This activity is intended to illustrate properties of the sampling distribution of sample proportions pˆ."

Transcription

1 Rectangularity: Part I a. Sampling Distribution of Sample Proportions pˆ Purpose: This activity is intended to illustrate properties of the sampling distribution of sample proportions pˆ. Categorical Variable of Interest = Big rectangles (defined as area >=0) vs Small rectangles (areas < 9) What is the true percentage of Big rectangles? The Population of Rectangles Sheet shows a population of size 00 consisting of rectangles of varying areas. There are 24 Big rectangles, so the true percentage of Big rectangles is p = 24% Pretend we do not know p and wish to estimate it through random sampling, we could draw a simple random sample of rectangles from the population and use the sample proportion pˆ to estimate it. The sample proportion pˆ will vary from sample to sample. The distribution of the pˆ values for many simple random samples of size n is called the sampling distribution of the statistic pˆ Instructions:. Select MANY different simple random samples of size from the population (sample with replacement -- so that it is possible to select the same rectangle more than once) using R as follows: areas=c(3,0,,6,,4,,,8,3,,22,,6,3,2,,,2,0,,3,8,2,3, 2,8,,6,8,2,8,,6,6,4,2,4,9,,,,2,,2,,3,4,,2,3, 8,2,7,24,,6,3,,4,8,8,6,3,,2,7,,0,,24,,4,20,8,0, 2,0,2,0,,,2,2,9,3,2,6,7,2,,,3,9,,,4,0,7,8) length(areas) repeat.time=0 set.seed(7) X=sample(areas,,replace=T) ph.=sum(x>=0)/ set.seed(7) # This will allow you to have the same random sequences # for sample size n= ph. = c() X=sample(areas,,replace=T) ph.[i] = sum(x>=0)/}

2 For each sample of size n=, list the areas, and then calculate the value of pˆ. Repeat it MANY times for the same n= and plot the distribution of values of pˆ. Do the same for n=. Do the same for n=2. Questions:. For each sample size n =,, and 2 construct a histogram of the sample proportion values. 2. For each sample size, describe the shape of the distribution of pˆ values. 3. Compare the shape of the distributions of the pˆ values to the shape of the distribution of the population. Which looks more normal? 4. Based on your histograms, what do you think is the relationship between the sample size and the shape of the distribution of the sample proportion?. (a) For each sample size, calculate the standard deviation and the mean of the sample proportions. (b) For which sample size is the standard deviation the largest and for which sample size is the standard deviation the smallest? Why do you suppose this happens? 6. How does the standard deviation of the pˆ values compare for n =,, and? 7. Checking: the mean of the sample proportions = p (the true proportion). 8. Checking: the standard deviation of the sample proportions = 9. What is the likelihood (probability) that pˆ >= 0.4 when n=? When n=? When n=2? 2

3 Population of Rectangles: (The population of rectangles sheet is adapted from Scheaffer et al. 996.) 3

4 Histogram and Table of the Areas of the Rectangles in the Population: Histogram of the Areas of the Rectangles in the Population: Area Table of the Areas of the Rectangles in the Population: AREA Total

5 Histogram of ph. Histogram of ph. Histogram of ph ph ph ph.2 Histogram of ph. Histogram of ph. Histogram of ph ph ph ph.2 Note that increasing repeat.time will NOT change the mean and spread of the sampling distribution The first row of three histograms are from repeat.time=0000, and the second row are from repeat.time= The R code to generate the above histogram is as follows: # Rectangularity Part I # Sampling Distribution of the sample means areas=c(3,0,,6,,4,,,8,3,,22,,6,3,2,,,2,0,,3,8,2,3, 2,8,,6,8,2,8,,6,6,4,2,4,9,,,,2,,2,,3,4,,2,3, 8,2,7,24,,6,3,,4,8,8,6,3,,2,7,,0,,24,,4,20,8,0, 2,0,2,0,,,2,2,9,3,2,6,7,2,,,3,9,,,4,0,7,8) length(areas) p= sum(areas>=0)/00 repeat.time=0000

6 # for sample size n= ph. = c() X=sample(areas,,replace=T) ph.[i] = sum(x>=0)/} # for sample size n= ph. = c() X=sample(areas,,replace=T) ph.[i] = sum(x>=0)/} # for sample size n=2 ph.2 = c() X=sample(areas,2,replace=T) ph.2[i] = sum(x>=0)/2} # Plots par(mfrow=c(2,3)) hist(ph.,nc=00,xlim=range(ph.)) abline(v=mean(ph.),col='red') hist(ph.,nc=00,xlim=range(ph.)) abline(v=mean(ph.),col='red') hist(ph.2,nc=00,xlim=range(ph.)) abline(v=mean(ph.2),col='red') # Compare the center and spread with the theoretical values rbind(c(mean(ph.),sd(ph.)), c(mean(ph.),sd(ph.)), c(mean(ph.2),sd(ph.2))) p c(sqrt(p*(-p)/), sqrt(p*(-p)/), sqrt(p*(-p)/2)) # Increasing repeat.time will NOT change the mean and spread # of the sampling dustribution repeat.time=

Using Dice to Introduce Sampling Distributions Written by: Mary Richardson Grand Valley State University

Using Dice to Introduce Sampling Distributions Written by: Mary Richardson Grand Valley State University Using Dice to Introduce Sampling Distributions Written by: Mary Richardson Grand Valley State University richamar@gvsu.edu Overview of Lesson In this activity students explore the properties of the distribution

More information

Chapter 2 Descriptive Statistics

Chapter 2 Descriptive Statistics Chapter 2 Descriptive Statistics Lecture 1: Measures of Central Tendency and Dispersion Donald E. Mercante, PhD Biostatistics May 2010 Biostatistics (LSUHSC) Chapter 2 05/10 1 / 34 Lecture 1: Descriptive

More information

Data and Error Analysis

Data and Error Analysis Data and Error Analysis Introduction In this lab you will learn a bit about taking data and error analysis. The physics of the experiment itself is not the essential point. (Indeed, we have not completed

More information

1 Probability Distributions

1 Probability Distributions 1 Probability Distributions In the chapter about descriptive statistics sample data were discussed, and tools introduced for describing the samples with numbers as well as with graphs. In this chapter

More information

b. Do you get closer or further from a noble gas element?

b. Do you get closer or further from a noble gas element? Honors Chemistry Ms. Ye Name Date Block Periodic Table Review 1. Why do all elements want to be like a noble gas? 2. In terms of electrons, what can an atom do to try to be like a noble gas? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

More information

Frequency Distribution Cross-Tabulation

Frequency Distribution Cross-Tabulation Frequency Distribution Cross-Tabulation 1) Overview 2) Frequency Distribution 3) Statistics Associated with Frequency Distribution i. Measures of Location ii. Measures of Variability iii. Measures of Shape

More information

Chapter 7: Statistics Describing Data. Chapter 7: Statistics Describing Data 1 / 27

Chapter 7: Statistics Describing Data. Chapter 7: Statistics Describing Data 1 / 27 Chapter 7: Statistics Describing Data Chapter 7: Statistics Describing Data 1 / 27 Categorical Data Four ways to display categorical data: 1 Frequency and Relative Frequency Table 2 Bar graph (Pareto chart)

More information

Chapter 5. Understanding and Comparing. Distributions

Chapter 5. Understanding and Comparing. Distributions STAT 141 Introduction to Statistics Chapter 5 Understanding and Comparing Distributions Bin Zou (bzou@ualberta.ca) STAT 141 University of Alberta Winter 2015 1 / 27 Boxplots How to create a boxplot? Assume

More information

How spread out is the data? Are all the numbers fairly close to General Education Statistics

How spread out is the data? Are all the numbers fairly close to General Education Statistics How spread out is the data? Are all the numbers fairly close to General Education Statistics each other or not? So what? Class Notes Measures of Dispersion: Range, Standard Deviation, and Variance (Section

More information

OAKLYN PUBLIC SCHOOL MATHEMATICS CURRICULUM MAP EIGHTH GRADE

OAKLYN PUBLIC SCHOOL MATHEMATICS CURRICULUM MAP EIGHTH GRADE OAKLYN PUBLIC SCHOOL MATHEMATICS CURRICULUM MAP EIGHTH GRADE STANDARD 8.NS THE NUMBER SYSTEM Big Idea: Numeric reasoning involves fluency and facility with numbers. Learning Targets: Students will know

More information

Rational Numbers and Exponents

Rational Numbers and Exponents Rational and Exponents Math 7 Topic 4 Math 7 Topic 5 Math 8 - Topic 1 4-2: Adding Integers 4-3: Adding Rational 4-4: Subtracting Integers 4-5: Subtracting Rational 4-6: Distance on a Number Line 5-1: Multiplying

More information

Using R in Undergraduate Probability and Mathematical Statistics Courses. Amy G. Froelich Department of Statistics Iowa State University

Using R in Undergraduate Probability and Mathematical Statistics Courses. Amy G. Froelich Department of Statistics Iowa State University Using R in Undergraduate Probability and Mathematical Statistics Courses Amy G. Froelich Department of Statistics Iowa State University Undergraduate Probability and Mathematical Statistics at Iowa State

More information

STAT 200 Chapter 1 Looking at Data - Distributions

STAT 200 Chapter 1 Looking at Data - Distributions STAT 200 Chapter 1 Looking at Data - Distributions What is Statistics? Statistics is a science that involves the design of studies, data collection, summarizing and analyzing the data, interpreting the

More information

Student Activity: Finding Factors and Prime Factors

Student Activity: Finding Factors and Prime Factors When you have completed this activity, go to Status Check. Pre-Algebra A Unit 2 Student Activity: Finding Factors and Prime Factors Name Date Objective In this activity, you will find the factors and the

More information

FREQUENCY DISTRIBUTIONS AND PERCENTILES

FREQUENCY DISTRIBUTIONS AND PERCENTILES FREQUENCY DISTRIBUTIONS AND PERCENTILES New Statistical Notation Frequency (f): the number of times a score occurs N: sample size Simple Frequency Distributions Raw Scores The scores that we have directly

More information

1-1. Chapter 1. Sampling and Descriptive Statistics by The McGraw-Hill Companies, Inc. All rights reserved.

1-1. Chapter 1. Sampling and Descriptive Statistics by The McGraw-Hill Companies, Inc. All rights reserved. 1-1 Chapter 1 Sampling and Descriptive Statistics 1-2 Why Statistics? Deal with uncertainty in repeated scientific measurements Draw conclusions from data Design valid experiments and draw reliable conclusions

More information

Describing distributions with numbers

Describing distributions with numbers Describing distributions with numbers A large number or numerical methods are available for describing quantitative data sets. Most of these methods measure one of two data characteristics: The central

More information

Two-Digit Number Times Two-Digit Number

Two-Digit Number Times Two-Digit Number Lesson Two-Digit Number Times Two-Digit Number Common Core State Standards 4.NBT.B.5 Multiply a whole number of up to four digits by a one-digit whole number, and multiply two two-digit numbers, using

More information

13. Sampling distributions

13. Sampling distributions 13. Sampling distributions The Practice of Statistics in the Life Sciences Third Edition 2014 W. H. Freeman and Company Objectives (PSLS Chapter 13) Sampling distributions Parameter versus statistic Sampling

More information

Functions. 1. Any set of ordered pairs is a relation. Graph each set of ordered pairs. A. B. C.

Functions. 1. Any set of ordered pairs is a relation. Graph each set of ordered pairs. A. B. C. Functions 1. Any set of ordered pairs is a relation. Graph each set of ordered pairs. A. x y B. x y C. x y -3-6 -2-1 -3 6-1 -3-3 0-2 4 0-1 6 3-1 1 3 5-2 1 0 0 5 6-1 4 1 1 A. B. C. 2. A function is a special

More information

Introduction to Measurement Physics 114 Eyres

Introduction to Measurement Physics 114 Eyres 1 Introduction to Measurement Physics 114 Eyres 6/5/2016 Module 1: Measurement 1 2 Significant Figures Count all non-zero digits Count zeros between non-zero digits Count zeros after the decimal if also

More information

Chapter 1: Introduction. Material from Devore s book (Ed 8), and Cengagebrain.com

Chapter 1: Introduction. Material from Devore s book (Ed 8), and Cengagebrain.com 1 Chapter 1: Introduction Material from Devore s book (Ed 8), and Cengagebrain.com Populations and Samples An investigation of some characteristic of a population of interest. Example: Say you want to

More information

b. Do you get closer or further from a noble gas element?

b. Do you get closer or further from a noble gas element? Do Now: Periodic Table Review 1. Why do all elements want to be like a noble gas? 2. In terms of electrons, what can an atom do to try to be like a noble gas? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

More information

For instance, we want to know whether freshmen with parents of BA degree are predicted to get higher GPA than those with parents without BA degree.

For instance, we want to know whether freshmen with parents of BA degree are predicted to get higher GPA than those with parents without BA degree. DESCRIPTIVE ANALYSIS For instance, we want to know whether freshmen with parents of BA degree are predicted to get higher GPA than those with parents without BA degree. Assume that we have data; what information

More information

Possible Solutions for Homework #2 Econ B2000, MA Econometrics Kevin R Foster, CCNY

Possible Solutions for Homework #2 Econ B2000, MA Econometrics Kevin R Foster, CCNY Possible Solutions f Homewk #2 Econ B2000, MA Econometrics Kevin R Foster, CCNY 1. Experiment with the file, samples_f_polls.xls, to create at least 100 polls, each with 30 people in it. Show a histogram

More information

What is Crater Number Density?

What is Crater Number Density? Ronald Wilhelm & Jennifer Wilhelm, University of Kentucky 2008 What is Crater Number Density? REAL Curriculum Crater Number Density Today we will learn some math that is necessary in order to learn important

More information

Density curves and the normal distribution

Density curves and the normal distribution Density curves and the normal distribution - Imagine what would happen if we measured a variable X repeatedly and make a histogram of the values. What shape would emerge? A mathematical model of this shape

More information

CSCI 239 Discrete Structures of Computer Science Lab 6 Vectors and Matrices

CSCI 239 Discrete Structures of Computer Science Lab 6 Vectors and Matrices CSCI 239 Discrete Structures of Computer Science Lab 6 Vectors and Matrices This lab consists of exercises on real-valued vectors and matrices. Most of the exercises will required pencil and paper. Put

More information

Statistic: a that can be from a sample without making use of any unknown. In practice we will use to establish unknown parameters.

Statistic: a that can be from a sample without making use of any unknown. In practice we will use to establish unknown parameters. Chapter 9: Sampling Distributions 9.1: Sampling Distributions IDEA: How often would a given method of sampling give a correct answer if it was repeated many times? That is, if you took repeated samples

More information

Multiple Integrals. Introduction and Double Integrals Over Rectangular Regions. Philippe B. Laval KSU. Today

Multiple Integrals. Introduction and Double Integrals Over Rectangular Regions. Philippe B. Laval KSU. Today Multiple Integrals Introduction and Double Integrals Over Rectangular Regions Philippe B. Laval KSU Today Philippe B. Laval (KSU) Double Integrals Today 1 / 21 Introduction In this section we define multiple

More information

COMPLEMENTARY EXERCISES WITH DESCRIPTIVE STATISTICS

COMPLEMENTARY EXERCISES WITH DESCRIPTIVE STATISTICS COMPLEMENTARY EXERCISES WITH DESCRIPTIVE STATISTICS EX 1 Given the following series of data on Gender and Height for 8 patients, fill in two frequency tables one for each Variable, according to the model

More information

Mathematics AIMM Scope and Sequence 176 Instructional Days 16 Units

Mathematics AIMM Scope and Sequence 176 Instructional Days 16 Units Mathematics AIMM Scope and Sequence 176 Instructional 16 Units Unit 1: Area and Surface Area Solve real-world and mathematical problems involving area, surface area, and volume. NC.6.G.1 Create geometric

More information

Sampling Distribution Models. Chapter 17

Sampling Distribution Models. Chapter 17 Sampling Distribution Models Chapter 17 Objectives: 1. Sampling Distribution Model 2. Sampling Variability (sampling error) 3. Sampling Distribution Model for a Proportion 4. Central Limit Theorem 5. Sampling

More information

Multiple Integrals. Introduction and Double Integrals Over Rectangular Regions. Philippe B. Laval. Spring 2012 KSU

Multiple Integrals. Introduction and Double Integrals Over Rectangular Regions. Philippe B. Laval. Spring 2012 KSU Multiple Integrals Introduction and Double Integrals Over Rectangular Regions Philippe B Laval KSU Spring 2012 Philippe B Laval (KSU) Multiple Integrals Spring 2012 1 / 21 Introduction In this section

More information

Math 10-C Polynomials Concept Sheets

Math 10-C Polynomials Concept Sheets Math 10-C Polynomials Concept Sheets Concept 1: Polynomial Intro & Review A polynomial is a mathematical expression with one or more terms in which the exponents are whole numbers and the coefficients

More information

Part I: It s Just a Trend

Part I: It s Just a Trend Part I: It s Just a Trend 1. What is the trend with the atomic numbers of the elements as you move from left to right across a period on the Periodic Table? How does this sequence continue to the next

More information

Chapter 4. Displaying and Summarizing. Quantitative Data

Chapter 4. Displaying and Summarizing. Quantitative Data STAT 141 Introduction to Statistics Chapter 4 Displaying and Summarizing Quantitative Data Bin Zou (bzou@ualberta.ca) STAT 141 University of Alberta Winter 2015 1 / 31 4.1 Histograms 1 We divide the range

More information

Similar Shapes and Gnomons

Similar Shapes and Gnomons Similar Shapes and Gnomons May 12, 2013 1. Similar Shapes For now, we will say two shapes are similar if one shape is a magnified version of another. 1. In the picture below, the square on the left is

More information

ELEMENTARY SCIENCE PROGRAM MATH, SCIENCE & TECHNOLOGY EDUCATION. A Collection of Learning Experiences MEASURING Measuring Student Activity Book

ELEMENTARY SCIENCE PROGRAM MATH, SCIENCE & TECHNOLOGY EDUCATION. A Collection of Learning Experiences MEASURING Measuring Student Activity Book ELEMENTARY SCIENCE PROGRAM MATH, SCIENCE & TECHNOLOGY EDUCATION A Collection of Learning Experiences MEASURING Measuring Student Activity Book Name This learning experience activity book is yours to keep.

More information

Do students sleep the recommended 8 hours a night on average?

Do students sleep the recommended 8 hours a night on average? BIEB100. Professor Rifkin. Notes on Section 2.2, lecture of 27 January 2014. Do students sleep the recommended 8 hours a night on average? We first set up our null and alternative hypotheses: H0: μ= 8

More information

Electric Potential A New Physical Quantity

Electric Potential A New Physical Quantity Electric Potential A New Physical Quantity 1.1 Represent and Reason A positive test charged object is placed at each of the following points (A through F) near a source charged object. a) Rank the potential

More information

Mathematics Grade 6. grade 6 39

Mathematics Grade 6. grade 6 39 Mathematics Grade 6 In Grade 6, instructional time should focus on four critical areas: (1) connecting ratio and rate to whole number multiplication and division and using concepts of ratio and rate to

More information

Predator - Prey Model Trajectories are periodic

Predator - Prey Model Trajectories are periodic Predator - Prey Model Trajectories are periodic James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 4, 2013 Outline 1 Showing The PP

More information

Describing distributions with numbers

Describing distributions with numbers Describing distributions with numbers A large number or numerical methods are available for describing quantitative data sets. Most of these methods measure one of two data characteristics: The central

More information

MATHEMATICS GRADE 7. THE EWING PUBLIC SCHOOLS 2099 Pennington Road Ewing, NJ 08618

MATHEMATICS GRADE 7. THE EWING PUBLIC SCHOOLS 2099 Pennington Road Ewing, NJ 08618 MATHEMATICS GRADE 7 THE EWING PUBLIC SCHOOLS 2099 Pennington Road Ewing, NJ 08618 Board Approval Date: August 29, 2016 Michael Nitti Revised by: District Math Staff Superintendent In accordance with The

More information

Objective: Recognize halves within a circular clock face and tell time to the half hour.

Objective: Recognize halves within a circular clock face and tell time to the half hour. Lesson 13 1 5 Lesson 13 Objective: Recognize halves within a circular clock face and tell time to the half Suggested Lesson Structure Fluency Practice Application Problem Concept Development Student Debrief

More information

Statistics 511 Additional Materials

Statistics 511 Additional Materials Sampling Distributions and Central Limit Theorem In previous topics we have discussed taking a single observation from a distribution. More accurately, we looked at the probability of a single variable

More information

Fixed Perimeter Rectangles

Fixed Perimeter Rectangles Rectangles You have a flexible fence of length L = 13 meters. You want to use all of this fence to enclose a rectangular plot of land of at least 8 square meters in area. 1. Determine a function for the

More information

Lesson 19: Understanding Variability When Estimating a Population Proportion

Lesson 19: Understanding Variability When Estimating a Population Proportion Lesson 19: Understanding Variability When Estimating a Population Proportion Student Outcomes Students understand the term sampling variability in the context of estimating a population proportion. Students

More information

Review. DS GA 1002 Statistical and Mathematical Models. Carlos Fernandez-Granda

Review. DS GA 1002 Statistical and Mathematical Models.   Carlos Fernandez-Granda Review DS GA 1002 Statistical and Mathematical Models http://www.cims.nyu.edu/~cfgranda/pages/dsga1002_fall16 Carlos Fernandez-Granda Probability and statistics Probability: Framework for dealing with

More information

7.13 Margin of Error

7.13 Margin of Error 7.13 Margin of Error Objectives: 1. Recognize the meaning of margin of error (given a margin of error) in th estimates. 2. Explain that larger sample sizes lead to a smaller margin of error. 3. All other

More information

Math 140 Introductory Statistics

Math 140 Introductory Statistics Math 140 Introductory Statistics Professor Silvia Fernández Chapter 2 Based on the book Statistics in Action by A. Watkins, R. Scheaffer, and G. Cobb. Visualizing Distributions Recall the definition: The

More information

Math 140 Introductory Statistics

Math 140 Introductory Statistics Visualizing Distributions Math 140 Introductory Statistics Professor Silvia Fernández Chapter Based on the book Statistics in Action by A. Watkins, R. Scheaffer, and G. Cobb. Recall the definition: The

More information

Mathematics Kindergarten

Mathematics Kindergarten Kindergarten describe and sort and count measureable attributes identify and describe compose and model Shapes and space Representing quantity Whole numbers count sequence cardinality count instant recognition

More information

MATHEMATICS Grade 5 Standard: Number, Number Sense and Operations. Organizing Topic Benchmark Indicator

MATHEMATICS Grade 5 Standard: Number, Number Sense and Operations. Organizing Topic Benchmark Indicator Standard: Number, Number Sense and Operations Number and A. Represent and compare numbers less than 0 through 6. Construct and compare numbers greater than and less Number Systems familiar applications

More information

MATH 1150 Chapter 2 Notation and Terminology

MATH 1150 Chapter 2 Notation and Terminology MATH 1150 Chapter 2 Notation and Terminology Categorical Data The following is a dataset for 30 randomly selected adults in the U.S., showing the values of two categorical variables: whether or not the

More information

Grade 7. South Carolina College- and Career-Ready Mathematical Process Standards

Grade 7. South Carolina College- and Career-Ready Mathematical Process Standards Grade 7 South Carolina College- and Career-Ready Mathematical Process Standards The South Carolina College- and Career-Ready (SCCCR) Mathematical Process Standards demonstrate the ways in which students

More information

Lesson 13: More Factoring Strategies for Quadratic Equations & Expressions

Lesson 13: More Factoring Strategies for Quadratic Equations & Expressions : More Factoring Strategies for Quadratic Equations & Expressions Opening Exploration Looking for Signs In the last lesson, we focused on quadratic equations where all the terms were positive. Juan s examples

More information

Example: What number is the arrow pointing to?

Example: What number is the arrow pointing to? Number Lines Investigation 1 Inv. 1 To draw a number line, begin by drawing a line. Next, put tick marks on the line, keeping an equal distance between the marks. Then label the tick marks with numbers.

More information

Review of Analog Signal Analysis

Review of Analog Signal Analysis Review of Analog Signal Analysis Chapter Intended Learning Outcomes: (i) Review of Fourier series which is used to analyze continuous-time periodic signals (ii) Review of Fourier transform which is used

More information

7-7 Multiplying Polynomials

7-7 Multiplying Polynomials Example 1: Multiplying Monomials A. (6y 3 )(3y 5 ) (6y 3 )(3y 5 ) (6 3)(y 3 y 5 ) 18y 8 Group factors with like bases together. B. (3mn 2 ) (9m 2 n) Example 1C: Multiplying Monomials Group factors with

More information

Section 5.4. Ken Ueda

Section 5.4. Ken Ueda Section 5.4 Ken Ueda Students seem to think that being graded on a curve is a positive thing. I took lasers 101 at Cornell and got a 92 on the exam. The average was a 93. I ended up with a C on the test.

More information

MA 113 Calculus I Fall 2016 Exam 3 Tuesday, November 15, True/False 1 T F 2 T F 3 T F 4 T F 5 T F. Name: Section:

MA 113 Calculus I Fall 2016 Exam 3 Tuesday, November 15, True/False 1 T F 2 T F 3 T F 4 T F 5 T F. Name: Section: MA 113 Calculus I Fall 2016 Exam 3 Tuesday, November 15, 2016 Name: Section: Last 4 digits of student ID #: This exam has five true/false questions (two points each), ten multiple choice questions (five

More information

Math 6 Common Core. Mathematics Prince George s County Public Schools

Math 6 Common Core. Mathematics Prince George s County Public Schools Math 6 Common Core Mathematics Prince George s County Public Schools 2014-2015 Course Code: Prerequisites: Successful completion of Math 5 Common Core This course begins the transition from the heavy emphasis

More information

Chapter 18 Sampling Distribution Models

Chapter 18 Sampling Distribution Models Chapter 18 Sampling Distribution Models The histogram above is a simulation of what we'd get if we could see all the proportions from all possible samples. The distribution has a special name. It's called

More information

Intermediate Mathematics League of Eastern Massachusetts

Intermediate Mathematics League of Eastern Massachusetts Intermediate Mathematics League of Eastern Massachusetts Category 1 Mystery 1. A recipe for making pancakes requires - among other ingredients - the following: cups of flour, eggs, and cup of milk. If

More information

GRAIN SIZE ANALYSIS OF SEDIMENT

GRAIN SIZE ANALYSIS OF SEDIMENT GRAIN SIZE ANALYSIS OF SEDIMENT Purpose To determine the percentage by weight of each of the size fractions present in a sediment and then to use this information to make deductions about the parent rock,

More information

Learning Outcomes in Focus. Students should be able to use the Periodic Table to predict the ratio of atoms in compounds of two elements.

Learning Outcomes in Focus. Students should be able to use the Periodic Table to predict the ratio of atoms in compounds of two elements. Learning Outcomes in Focus Contextual strands: CW 5 Students should be able to use the Periodic Table to predict the ratio of atoms in compounds of two elements. Nature of science: NoS 4 USE: Apply knowledge

More information

L06. Chapter 6: Continuous Probability Distributions

L06. Chapter 6: Continuous Probability Distributions L06 Chapter 6: Continuous Probability Distributions Probability Chapter 6 Continuous Probability Distributions Recall Discrete Probability Distributions Could only take on particular values Continuous

More information

Standards for Mathematical Practice. Ratio and Proportional Relationships

Standards for Mathematical Practice. Ratio and Proportional Relationships North Carolina Standard Course of Study Sixth Grade Mathematics 1. Make sense of problems and persevere in solving them. 2. Reason abstractly and quantitatively. 3. Construct viable arguments and critique

More information

Supporting Australian Mathematics Project. A guide for teachers Years 11 and 12. Probability and statistics: Module 25. Inference for means

Supporting Australian Mathematics Project. A guide for teachers Years 11 and 12. Probability and statistics: Module 25. Inference for means 1 Supporting Australian Mathematics Project 2 3 4 6 7 8 9 1 11 12 A guide for teachers Years 11 and 12 Probability and statistics: Module 2 Inference for means Inference for means A guide for teachers

More information

Tutorial Divergence. (ii) Explain why four of these integrals are zero, and calculate the other two.

Tutorial Divergence. (ii) Explain why four of these integrals are zero, and calculate the other two. (1) Below is a graphical representation of a vector field v with a z-component equal to zero. (a) Draw a box somewhere inside this vector field. The box is 3-dimensional. To make things easy, it is a good

More information

Chapter 1. Looking at Data

Chapter 1. Looking at Data Chapter 1 Looking at Data Types of variables Looking at Data Be sure that each variable really does measure what you want it to. A poor choice of variables can lead to misleading conclusions!! For example,

More information

Predator - Prey Model Trajectories are periodic

Predator - Prey Model Trajectories are periodic Predator - Prey Model Trajectories are periodic James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 4, 2013 Outline Showing The PP Trajectories

More information

Calculating methods. Addition. Multiplication. Th H T U Th H T U = Example

Calculating methods. Addition. Multiplication. Th H T U Th H T U = Example 1 Addition Calculating methods Example 534 + 2678 Place the digits in the correct place value columns with the numbers under each other. Th H T U Begin adding in the units column. 5 3 4 + 12 16 17 8 4+8

More information

Lesson 9: Analyzing Standard Deviation

Lesson 9: Analyzing Standard Deviation Exploratory Challenge 1 - Analyzing Standard Deviation 1. A group of people attended a talk at a conference. At the end of the talk, ten of the attendees were given a questionnaire that consisted of four

More information

4.4: Optimization. Problem 2 Find the radius of a cylindrical container with a volume of 2π m 3 that minimizes the surface area.

4.4: Optimization. Problem 2 Find the radius of a cylindrical container with a volume of 2π m 3 that minimizes the surface area. 4.4: Optimization Problem 1 Suppose you want to maximize a continuous function on a closed interval, but you find that it only has one local extremum on the interval which happens to be a local minimum.

More information

Chapter 18: Sampling Distribution Models

Chapter 18: Sampling Distribution Models Chapter 18: Sampling Distribution Models Suppose I randomly select 100 seniors in Scott County and record each one s GPA. 1.95 1.98 1.86 2.04 2.75 2.72 2.06 3.36 2.09 2.06 2.33 2.56 2.17 1.67 2.75 3.95

More information

MATH 167: APPLIED LINEAR ALGEBRA Least-Squares

MATH 167: APPLIED LINEAR ALGEBRA Least-Squares MATH 167: APPLIED LINEAR ALGEBRA Least-Squares October 30, 2014 Least Squares We do a series of experiments, collecting data. We wish to see patterns!! We expect the output b to be a linear function of

More information

nucleus charge = +5 nucleus charge = +6 nucleus charge = +7 Boron Carbon Nitrogen

nucleus charge = +5 nucleus charge = +6 nucleus charge = +7 Boron Carbon Nitrogen ChemQuest 16 Name: Date: Hour: Information: Shielding FIGURE 1: Bohr Diagrams of boron, carbon and nitrogen nucleus charge = +5 nucleus charge = +6 nucleus charge = +7 Boron Carbon Nitrogen Because the

More information

STA Why Sampling? Module 6 The Sampling Distributions. Module Objectives

STA Why Sampling? Module 6 The Sampling Distributions. Module Objectives STA 2023 Module 6 The Sampling Distributions Module Objectives In this module, we will learn the following: 1. Define sampling error and explain the need for sampling distributions. 2. Recognize that sampling

More information

Data Analysis and Statistical Methods Statistics 651

Data Analysis and Statistical Methods Statistics 651 Data Analysis and Statistical Methods Statistics 651 http://www.stat.tamu.edu/~suhasini/teaching/ Suhasini Subba Rao Review In the previous lecture we looked at the statistics of M&Ms. This example illustrates

More information

St Albans School 12+ Mathematics Specimen

St Albans School 12+ Mathematics Specimen St Albans School 1+ Mathematics Specimen [This specimen paper is intended to give an indication of the level of knowledge expected from candidates. Questions on any particular topic may be easier or more

More information

Optimization: Other Applications

Optimization: Other Applications Optimization: Other Applications MATH 151 Calculus for Management J. Robert Buchanan Department of Mathematics Fall 2018 Objectives After completing this section, we will be able to: use the concepts of

More information

The Normal Distribution. Chapter 6

The Normal Distribution. Chapter 6 + The Normal Distribution Chapter 6 + Applications of the Normal Distribution Section 6-2 + The Standard Normal Distribution and Practical Applications! We can convert any variable that in normally distributed

More information

Suggested Approach Pythagorean Theorem The Converse of Pythagorean Theorem Applications of Pythagoras Theorem. Notes on Teaching 3

Suggested Approach Pythagorean Theorem The Converse of Pythagorean Theorem Applications of Pythagoras Theorem. Notes on Teaching 3 hapter 10 Pythagorean Theorem Suggested pproach Students can explore Pythagorean Theorem using the GSP activity in lass ctivity 1. There are over 300 proofs of Pythagorean Theorem. Teachers may illustrate

More information

Section 7.2 Homework Answers

Section 7.2 Homework Answers 25.5 30 Sample Mean P 0.1226 sum n b. The two z-scores are z 25 20(1.7) n 1.0 20 sum n 2.012 and z 30 20(1.7) n 1.0 0.894, 20 so the probability is approximately 0.1635 (0.1645 using Table A). P14. a.

More information

Math6100 Day 8 Notes 6.1, 6.2 & 6.3, Area

Math6100 Day 8 Notes 6.1, 6.2 & 6.3, Area Math6100 Day 8 Notes 6.1, 6.2 & 6.3, Area 6.1 Area of Polygonal Regions Let's first derive formulas for the area of these shapes. 1. Rectangle 2. Parallelogram 3. Triangle 4. Trapezoid 1 Ex 1: Find the

More information

This is particularly true if you see long tails in your data. What are you testing? That the two distributions are the same!

This is particularly true if you see long tails in your data. What are you testing? That the two distributions are the same! Two sample tests (part II): What to do if your data are not distributed normally: Option 1: if your sample size is large enough, don't worry - go ahead and use a t-test (the CLT will take care of non-normal

More information

Paper Reference. Ruler graduated in centimetres and millimetres, protractor, compasses, pen, HB pencil, eraser, calculator. Tracing paper may be used.

Paper Reference. Ruler graduated in centimetres and millimetres, protractor, compasses, pen, HB pencil, eraser, calculator. Tracing paper may be used. Centre No. Candidate No. Paper Reference 1380H 4H Paper Reference(s) 1380H/4H Edexcel GCSE Mathematics (Linear) 1380 Paper 4 (Calculator) Higher Tier Mock Paper Time: 1 hour 45 minutes Surname Signature

More information

Agile Mind Mathematics 6 Scope and Sequence, Common Core State Standards for Mathematics

Agile Mind Mathematics 6 Scope and Sequence, Common Core State Standards for Mathematics In the three years preceding Grade 6, students have acquired a strong foundation in numbers and operations, geometry, measurement, and data. They are fluent in multiplication of multi- digit whole numbers

More information

MAT 155. Key Concept. Density Curve

MAT 155. Key Concept. Density Curve MAT 155 Dr. Claude Moore Cape Fear Community College Chapter 6 Normal Probability Distributions 6 1 Review and Preview 6 2 The Standard Normal Distribution 6 3 Applications of Normal Distributions 6 4

More information

Chapter 3: Examining Relationships

Chapter 3: Examining Relationships Chapter 3: Examining Relationships 3.1 Scatterplots 3.2 Correlation 3.3 Least-Squares Regression Fabric Tenacity, lb/oz/yd^2 26 25 24 23 22 21 20 19 18 y = 3.9951x + 4.5711 R 2 = 0.9454 3.5 4.0 4.5 5.0

More information

Physics Unit 3 Investigative and Practical Skills in AS Physics PHY3T/Q09/test

Physics Unit 3 Investigative and Practical Skills in AS Physics PHY3T/Q09/test Surname Other Names Leave blank Centre Number Candidate Number Candidate Signature General Certificate of Education June 2009 Advanced Subsidiary Examination Physics Unit 3 Investigative and Practical

More information

6 th Grade Math. Course Description

6 th Grade Math. Course Description Course Description The sixth grade general mathematics course continues the development of the skills and concepts taught at the elementary level. Applications, problem solving, and critical thinking are

More information

Archdiocese of Washington Catholic Schools Academic Standards Mathematics

Archdiocese of Washington Catholic Schools Academic Standards Mathematics 6 th GRADE Archdiocese of Washington Catholic Schools Standard 1 - Number Sense Students compare and order positive and negative integers*, decimals, fractions, and mixed numbers. They find multiples*

More information

Chapter Preview. Improving Comprehension

Chapter Preview. Improving Comprehension Chapter Preview Improving Comprehension Graphic Organizers are important visual tools that can help you organize information and improve your reading comprehension. The Graphic Organizer below is called

More information

Essentials of Statistics and Probability

Essentials of Statistics and Probability May 22, 2007 Department of Statistics, NC State University dbsharma@ncsu.edu SAMSI Undergrad Workshop Overview Practical Statistical Thinking Introduction Data and Distributions Variables and Distributions

More information

Symmetry Groups 11/19/2017. Problem 1. Let S n be the set of all possible shuffles of n cards. 2. How many ways can we shuffle n cards?

Symmetry Groups 11/19/2017. Problem 1. Let S n be the set of all possible shuffles of n cards. 2. How many ways can we shuffle n cards? Symmetry Groups 11/19/2017 1 Shuffles Problem 1 Let S n be the set of all possible shuffles of n cards. 1. How many ways can we shuffle 6 cards? 2. How many ways can we shuffle n cards? Problem 2 Given

More information

Honours Advanced Algebra Unit 2: Polynomial Functions What s Your Identity? Learning Task (Task 8) Date: Period:

Honours Advanced Algebra Unit 2: Polynomial Functions What s Your Identity? Learning Task (Task 8) Date: Period: Honours Advanced Algebra Name: Unit : Polynomial Functions What s Your Identity? Learning Task (Task 8) Date: Period: Introduction Equivalent algebraic epressions, also called algebraic identities, give

More information